Content TrustedCertificates CreateSpec

Content TrustedCertificates CreateSpec
Content TrustedCertificates CreateSpec

The Content TrustedCertificates CreateSpec schema is the specification used to create a trusted certificate, see POST /content/trusted-certificates.

This schema was added in vSphere API 7.0.3.0.

JSON Example
{
    "cert_text": "string"
}
string
cert_text
Required

A certText is the certificate in Base64 encoded PEM format. The input must be a single line string with escape sequence for new-lines.

This property was added in vSphere API 7.0.3.0.